home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1986 May / 64er_Magazin_86-05_1986_Markt__Technik_de.d64 / alle pokes (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  321b  |  11 lines

  1. 5 z$="a l l e   pokes fuer den c 64, von h. buetzer und p. kittel"
  2. 6 z$=z$+"                "+chr$(13)
  3. 50 open1,4:zz=99:sz=0
  4. 70 fori=0to65535:forj=0to255
  5. 80 a$="poke"+mid$(str$(i),2)+","+mid$(str$(j),2)
  6. 81 iflen(a$)+len(z$)<79thenz$=z$+":"+a$:goto85
  7. 83 zz=zz+1:ifzz>60thenzz=0:sz=sz+1:print#1,chr$(12);"seite";sz:print#1
  8. 84 print#1,z$:z$=a$
  9. 85 next:next:print#1,z$
  10. 90 close1:end
  11.